inspector: Stop showing settings bindings
authorMatthias Clasen <mclasen@redhat.com>
Wed, 5 Aug 2020 15:10:22 +0000 (11:10 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 5 Aug 2020 15:11:58 +0000 (11:11 -0400)
commitdf19049ddebb45e03692ca3daa2f0ea0e9fe49c1
tree9caf09f99cc33e1349de02ecc7df8144b111dcd2
parentedc2adbb5b83b02a8eb839ce017b85deb646e638
inspector: Stop showing settings bindings

We were playing fast-and-loose with private GIO data
when showing settings bindings in the property editor,
and this was causing crashes.

We can show this information again if GIO ever gets
api to introspect it.

Fixes: #3015
gtk/inspector/prop-editor.c